filechooserbutton: Clear model in destroy()
authorTimm Bäder <tbaeder@redhat.com>
Fri, 3 May 2019 06:10:50 +0000 (08:10 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 3 May 2019 18:06:23 +0000 (20:06 +0200)
commit596c9a3c0b9511a1e3ffdc14ffc0b2a66cdb0e70
tree4f2ef81a3135b1013fb26560db9f7a42192adc27
parentc675d1c9e154dae9f1f87a7f8e0ed820f81bff88
filechooserbutton: Clear model in destroy()

Since we're destroying priv->chooser right after. We can't wait until
finalize() since clearing the model will try to work with priv->chooser.
gtk/gtkfilechooserbutton.c